home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: malloc.h
- Date: 17 Apr 1996 22:27:45 -0700
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4l4jshINN8ro@keats.ugrad.cs.ubc.ca>
- References: <hartigan-1704961430130001@news.sonic.net> <17APR199622174354@erich.triumf.ca>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <17APR199622174354@erich.triumf.ca>,
- P.Bennett <bennett@erich.triumf.ca> wrote:
- >In article <hartigan-1704961430130001@news.sonic.net>, hartigan@sonic.net (dennis hartigan) writes...
- >>i have some source that i found and it includes a header file named
- >><malloc.h>...i have 4 books on C, and not one of them mention this
- >>header...can someone tell me what is in this prototype???
- >
- >Just a wild guess, but I might expect malloc.h to contain prototypes for
- >malloc(), free(), etc.
-
- The non-standard <malloc.h> header file is found on many UNIX systems. It
- often declares non-standard functions related to gathering statistics about
- malloc, optimizing its performance, and debugging.
-